3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
You can pass the gestaltQuickDraw3DViewer selector to the Gestalt function to determine information about the availability of the 3D Viewer.
enum {
gestaltQD3DViewer = 'q3vc'
}
Gestalt returns information to you by returning a long word in the response parameter. Currently, the returned values are defined by constants:
enum {
gestaltQD3DViewerNotPresent = 0,
gestaltQD3DViewerAvailable = 1
}
Previous | QD3D Book | Overview | Chapter Contents | Next |